home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / MADgic41.readme < prev    next >
Text File  |  1995-11-19  |  21KB  |  405 lines

  1. Short: COREWAR GAME ASSEMBLY VIRUS
  2. Action: NoStart
  3.  
  4. MADgic41.lzh is Version 4.1 of The MADgic Core: Core War for the Amiga
  5. Copyright 1992 Mark A. Durham.  It is freely distributable in its complete
  6. archived form.
  7.  
  8. The archive should be decompressed to an empty floppy disk to get the
  9. full effect of the system.  It requires about 77% of an 880K disk.
  10.  
  11. Here are just some of the things new for version 4.1 of The MADgic Core:
  12.  
  13. ASR
  14. ---
  15.  
  16.    Multiple file assembly -
  17.       By far the biggest new feature for 4.1 is the ability to assemble
  18.       multiple files with a single invocation of ASR.  From the WorkBench,
  19.       you SHIFT-Select multiple source files while starting up ASR.  ASR
  20.       will issue a report on each individual file as it is assembled as
  21.       well as list the number of successful and failed assemblies at the
  22.       end of execution.  This will work even across volumes (different
  23.       disks).
  24.  
  25.       From the Shell, just type the command ASR followed by a simple
  26.       AmigaDOS pattern (one containing only #'s and/or ?'s).  ASR can
  27.       handle multiple directories with a single pattern.  For instance,
  28.       to assemble all of the ICWS tournament programs in each of the four
  29.       directories as they appear on The MADgic Core disk in df0:,
  30.       issue the command
  31.  
  32.          "ASR df0:#?/#?.s"
  33.  
  34.       ASR can handle even more levels (i.e. #?/#?/#?/#?.s) if necessary.
  35.       Or you can just list multiple files (i.e. "ASR file1 file2 etc.").
  36.  
  37.       This feature has allowed the deletion of all of the object files from
  38.       the tournament program directories to make room for other improvents.
  39.  
  40.    ToolTypes -
  41.       ASR recognizes the following Tooltypes field of the ASR icon set
  42.       using the WorkBench menu Info command.  They are:
  43.  
  44.          WINDOW=<left>/<top>/<width>/<height> where <left> is the left edge
  45.             of the assembly window, <top> is the top edge, <width> is the
  46.             <width>, and <height> is the height (in pixels).  Some
  47.             combinations may not be available and could possibly result in
  48.             a crash.
  49.          NOCOMMAS=<TrueOrFalse> where <TrueOrFalse> is either TRUE or FALSE.
  50.             NOCOMMAS=TRUE tells the assembler not to expect commas between
  51.             operands.  If this option is set, operands are separated by
  52.             whitespace and therefore no whitespace can occur with operand
  53.             expressions.  Ordinarily ASR can determine whether operands
  54.             are separated by whitespace or not, but some instructions can
  55.             be ambiguous.  Example: DAT 2 -1  (Is it "DAT (2-1)" or is it
  56.             "DAT 2, -1"?).
  57.          NOICONS=<TrueOrFalse> where NOICONS=TRUE keeps ASR from saving
  58.             .info files along with the object files.
  59.          DISPLAY=<TrueOrFalse> where DISPLAY=TRUE will list the assembly
  60.             to the window.
  61.          PRINT=<TrueOrFalse> where PRINT=TRUE will list the assembly to the
  62.             PRT: device.
  63.          VERSION=<version> where <version> is 86 for ICWS'86 and 88 is for
  64.             ICWS'88.  The fields for SPL were swapped between ICWS'86 and
  65.             ICWS'88.  This option tells the assembler how to assemble
  66.             instructions like "SPL 0".  The default is ICWS'88.  Only MARS
  67.             truly supports the ICWS'86 style assembly.  SmallMARS and
  68.             FastMARS really expect an ICWS'88 assembly, but otherwise
  69.             behave as ICWS'86 rules dictate.  There is no way for you to
  70.             know whether an object file was assembled as ICWS'86 or ICWS'88,
  71.             so I recommend you use this option only if you absolutely have
  72.             to do so.
  73.  
  74.    Command line options -
  75.       ASR supports many command line options from the Shell.  They are:
  76.  
  77.          -c    Same as NOCOMMAS=TRUE above.
  78.          -i    Same as NOICONS=TRUE above.
  79.          -l    Same as DISPLAY=TRUE above.
  80.          -v86  Same as VERSION=86 above.
  81.          -v88  Same as VERSION=88 above (the default).
  82.  
  83.       There are AmigaDOS style options which fulfill the same functions as
  84.       the above.  Here is the template for the ASR command:
  85.  
  86.          FILES/A/M,D=DISPLAY/S,P=PRINT,NC=NOCOMMAS/S,NI=NOICONS/S:
  87.  
  88.    Redcode support -
  89.       ASR now supports all but the strangest abuses of Core War.  Colons
  90.       and underscores in labels are the most frequent characters now
  91.       supported in 4.1 but not in previous versions.
  92.  
  93.  
  94. MARS
  95. ----
  96.  
  97.    Preloading filenames from WorkBench -
  98.       If you SHIFT-Select one or two object file icons while starting up
  99.       MARS from the WorkBench, the filenames are preloaded into the file
  100.       requester brought up by the Load command.  You still need to issue
  101.       the Load command to actually load the programs.  What is new for 4.1
  102.       is that you can preload the file requester across volumes (disks).
  103.  
  104.    ToolTypes -
  105.       You can set many defaults in the ToolTypes field of the MARS icon by
  106.       using the WorkBench menu Info command.  Here are the recognized tools:
  107.  
  108.          SIZE=<size> where <size> is any of the Core sizes available from
  109.             the Core menu (2000, 4000, 8000, 8192, 16000, 32000, 64000,
  110.             and 128000).
  111.          CYCLES=<maximum cycles before declaring a draw>
  112.          TASKS=<maximum number of tasks per warrior>
  113.          COLOR=<rgb>|<rgb>|<rgb>|<rgb>|<rgb>|<rgb>|<rgb>|<rgb> where each
  114.             r, g, or b is a hexidecimal number (0-F).  The default colors
  115.             are, in this order, grey, light blue, dark blue, white, black,
  116.             light red, dark red, and green.
  117.          VERSION=<version> where <version> is either 86 for the ICWS'86
  118.             standard or 88 for the ICWS'88 standard.
  119.  
  120.       New for 4.1 are:
  121.  
  122.          CPU=<cpu type> where cpu type is MEMORY for Memory-Based and
  123.             REGISTER for Register-Based.
  124.          MEMORY=<left>/<top>/<width>/<height>/<display> where <left> is
  125.             the left edge of the Memory Window, <top> the top edge,
  126.             <width> the width, and <height> is the height.  Some
  127.             combinations may not be available.  <display> is optional and
  128.             can be either ON or OFF.
  129.          TRACE=<left>/<top>/<width>/<height>/<display> where all the fields
  130.             behave the same as above.
  131.          GAUGE=<left>/<display>
  132.          TIMER=<left>/<display>
  133.          SOUND=<switch> where <switch> is either ON or OFF.
  134.  
  135.       MARS does not recognize any flags or commands from the Shell.
  136.  
  137.    Improved Style Guide Compliance -
  138.       The Load requester no longer automatically selects the first string
  139.       gadget.  Select the first gadget with the mouse or type the <TAB> or
  140.       <RETURN> keys to automatically select the first gadget.  Otherwise,
  141.       the <A>, <B>, or <R> keys will activate the A..., B..., or Random
  142.       gadgets, respectively.
  143.  
  144.       Clicking outside active requesters will result in the Wait pointer
  145.       (the 2.0 Stopwatch) being displayed.  The Wait pointer now appears
  146.       during every activity which may impede interacting with the program.
  147.  
  148.    More keyboard shortcuts -
  149.       Almost every menu command now has a keyboard equivalent with at least
  150.       a remote relationship to the command.  (There are exceptions).
  151.  
  152.    New sound features -
  153.       You can now control each warrior's sound volume individually from the
  154.       Sound requester.
  155.  
  156.    New "processor" support -
  157.       MARS now supports a Memory-Based interpretation of the standards as
  158.       well as the original (default, and correct - so say I) Register-Based
  159.       interpretation.
  160.  
  161.    New 2.0-look system gadgets -
  162.       The Trace Window and Memory Window both now have system gadgets with
  163.       2.0-look system gadgets, even under 1.x versions of the operating
  164.       system.  This is a bit of an experimental hack, and I'm not sure
  165.       whether I will keep them - or even if they will work under all
  166.       circumstances.
  167.  
  168.  
  169.         Mark A. Durham (MAD)
  170.  Email: durham@ricevm1.rice.edu
  171.  GEnie: M.DURHAM2
  172. USmail: P.O. Box 301173
  173.         Houston, TX 77230-1173
  174.         USA
  175.  
  176.  
  177. ============================= Archive contents =============================
  178.  
  179. Original  Packed Ratio    Date     Time    Name
  180. -------- ------- ----- --------- --------  -------------
  181.      107      97  9.3% 03-May-92 16:23:40  .info
  182.      894     350 60.8% 03-May-92 14:43:34  1987.info
  183.      894     352 60.6% 03-May-92 14:43:28  1988.info
  184.      237     126 46.8% 07-Oct-89 11:19:38  1988.tm
  185.      894     353 60.5% 03-May-92 14:43:38  1989.info
  186.      894     352 60.6% 03-May-92 14:43:24  1990.info
  187.    23248   13605 41.4% 03-May-92 02:56:00  ASR
  188. : ©1992 Mark A. Durham
  189.      631     402 36.2% 09-Mar-92 23:49:02  ASR.info
  190. : ©1992 Mark A. Durham
  191.     1878     581 69.0% 03-May-92 14:49:22  Disk.info
  192. : ©1992 Mark A. Durham
  193.       54      38 29.6% 30-Jan-87 14:48:22  Dwarf.o
  194.      387     211 45.4% 03-May-92 14:43:18  Dwarf.o.info
  195.      193     111 42.4% 26-Jun-88 23:54:24  Dwarf.s
  196.      446     248 44.3% 03-May-92 14:43:14  Dwarf.s.info
  197.    15296    8321 45.6% 27-Jun-88 00:03:38  FastMARS
  198. : ©1992 Mark A. Durham
  199.    13320    7933 40.4% 11-Dec-91 01:56:02  FastMARS88
  200. : ©1992 Mark A. Durham
  201.       20      13 35.0% 11-Jul-91 23:59:00  IMP.o
  202.      387     210 45.7% 03-May-92 14:43:22  IMP.o.info
  203.      134      91 32.0% 26-Jun-88 23:53:56  IMP.s
  204.      446     246 44.8% 03-May-92 14:43:10  IMP.s.info
  205.    32827    9806 70.1% 12-Mar-92 00:20:48  Manual
  206.      961     289 69.9% 03-May-92 14:45:12  Manual.info
  207.    97804   43811 55.2% 03-May-92 02:55:28  MARS
  208. : ©1992 Mark A. Durham
  209.      635     384 39.5% 09-Mar-92 23:48:30  MARS.info
  210. : ©1992 Mark A. Durham
  211.     7406    3120 57.8% 03-May-92 16:17:38  New For 4.1
  212.      961     289 69.9% 03-May-92 16:29:28  New For 4.1.info
  213.    16756   10160 39.3% 03-May-92 02:57:00  Points
  214.     3273    1519 53.5% 03-May-92 02:58:12  points.c
  215.     1789    1023 42.8% 03-May-92 02:57:46  points.doc
  216.     2343    1237 47.2% 02-May-92 21:18:36  ReadMe
  217.      961     298 68.9% 03-May-92 14:45:08  ReadMe.info
  218.    15440    8587 44.3% 04-Jul-88 19:59:56  SmallMARS
  219. : ©1992 Mark A. Durham
  220.    13644    8042 41.0% 11-Dec-91 01:56:30  SmallMARS88
  221. : ©1992 Mark A. Durham
  222.    13868    8246 40.5% 11-Dec-91 01:56:56  TMARS
  223. : ©1992 Mark A. Durham
  224.      533     299 43.9% 10-Mar-92 00:12:30  1987/.info
  225.      837     223 73.3% 09-Jul-88 21:31:54  1987/CANCER.S
  226.      446     246 44.8% 04-Oct-89 00:29:48  1987/CANCER.S.info
  227.      300     125 58.3% 09-Jul-88 21:30:46  1987/CHANG1.S
  228.      446     247 44.6% 04-Oct-89 00:29:50  1987/CHANG1.S.info
  229.      252     114 54.7% 09-Jul-88 21:31:30  1987/DR. FROG.S
  230.      446     248 44.3% 04-Oct-89 00:30:54  1987/DR. FROG.S.info
  231.      688     233 66.1% 09-Jul-88 21:31:58  1987/DRACULA.S
  232.      446     249 44.1% 04-Oct-89 00:30:40  1987/DRACULA.S.info
  233.      253     129 49.0% 09-Jul-88 21:30:42  1987/DWOMP.S
  234.      446     248 44.3% 04-Oct-89 00:30:50  1987/DWOMP.S.info
  235.      335     157 53.1% 09-Jul-88 21:31:56  1987/FERRET.S
  236.      446     248 44.3% 04-Oct-89 00:30:44  1987/FERRET.S.info
  237.      446     172 61.4% 09-Jul-88 21:31:38  1987/JUMPER.S
  238.      446     248 44.3% 04-Oct-89 00:30:18  1987/JUMPER.S.info
  239.     1474     300 79.6% 09-Jul-88 21:31:36  1987/KWC72C.bak
  240.     1475     302 79.5% 04-Oct-89 01:11:44  1987/KWC72C.S
  241.      446     249 44.1% 04-Oct-89 00:30:16  1987/KWC72C.S.info
  242.      619     239 61.3% 09-Jul-88 21:30:48  1987/LINCOGS2.S
  243.      446     245 45.0% 04-Oct-89 00:29:52  1987/LINCOGS2.S.info
  244.      266     144 45.8% 09-Jul-88 21:31:40  1987/MICE.S
  245.      446     247 44.6% 04-Oct-89 00:30:56  1987/MICE.S.info
  246.      120      78 35.0% 09-Jul-88 21:31:12  1987/MINIDPLS.S
  247.      446     247 44.6% 04-Oct-89 00:30:48  1987/MINIDPLS.S.info
  248.      390     175 55.1% 09-Jul-88 21:31:42  1987/MINIDSPR.S
  249.      446     249 44.1% 04-Oct-89 00:30:46  1987/MINIDSPR.S.info
  250.      800     221 72.3% 09-Jul-88 21:30:54  1987/MOUSETRP.S
  251.      446     248 44.3% 04-Oct-89 00:30:22  1987/MOUSETRP.S.info
  252.      757     229 69.7% 09-Jul-88 21:30:32  1987/NFLUENZA.S
  253.      446     249 44.1% 04-Oct-89 00:30:26  1987/NFLUENZA.S.info
  254.      300     120 60.0% 09-Jul-88 21:31:46  1987/OGRE.S
  255.      446     248 44.3% 04-Oct-89 00:30:12  1987/OGRE.S.info
  256.      351     152 56.6% 09-Jul-88 21:30:36  1987/PHAGE.S
  257.      446     246 44.8% 04-Oct-89 00:29:56  1987/PHAGE.S.info
  258.      625     198 68.3% 09-Jul-88 21:30:52  1987/PIPER.S
  259.      446     246 44.8% 04-Oct-89 00:30:00  1987/PIPER.S.info
  260.      468     151 67.7% 09-Jul-88 21:30:56  1987/PLAGUE.S
  261.      446     246 44.8% 04-Oct-89 00:30:02  1987/PLAGUE.S.info
  262.      445     182 59.1% 09-Jul-88 21:30:44  1987/PMJUMP.S
  263.      446     247 44.6% 04-Oct-89 00:31:06  1987/PMJUMP.S.info
  264.      224     109 51.3% 09-Jul-88 21:31:20  1987/ROLLER.S
  265.      446     248 44.3% 04-Oct-89 00:30:58  1987/ROLLER.S.info
  266.      975     321 67.0% 09-Jul-88 21:31:04  1987/SCHINDLR.S
  267.      446     247 44.6% 04-Oct-89 00:30:30  1987/SCHINDLR.S.info
  268.      111      65 41.4% 09-Jul-88 21:31:18  1987/SPLAT.S
  269.      446     248 44.3% 04-Oct-89 00:30:10  1987/SPLAT.S.info
  270.      482     158 67.2% 09-Jul-88 21:30:30  1987/TRAPPER.S
  271.      446     248 44.3% 04-Oct-89 00:30:08  1987/TRAPPER.S.info
  272.      360     159 55.8% 09-Jul-88 21:31:44  1987/ULTIMA RATIO REGUM.S
  273.      446     247 44.6% 04-Oct-89 00:31:02  1987/ULTIMA RATIO REGUM.S.info
  274.     1239     347 71.9% 09-Jul-88 21:31:00  1987/VAMPSPRD.S
  275.      446     248 44.3% 04-Oct-89 00:30:34  1987/VAMPSPRD.S.info
  276.      745     243 67.3% 09-Jul-88 21:30:34  1987/W2.C
  277.      446     248 44.3% 04-Oct-89 00:30:38  1987/W2.C.info
  278.     1108     238 78.5% 09-Jul-88 21:31:50  1987/ZAMZOW.S
  279.      446     248 44.3% 04-Oct-89 00:30:04  1987/ZAMZOW.S.info
  280.      321     192 40.1% 04-Oct-89 02:49:10  1988/.info
  281.      821     235 71.3% 04-Oct-89 01:20:28  1988/asiwar.s
  282.      446     248 44.3% 04-Oct-89 00:39:38  1988/asiwar.s.info
  283.     2967    1040 64.9% 04-Oct-89 02:09:04  1988/cowboy.s
  284.      446     248 44.3% 04-Oct-89 00:39:42  1988/cowboy.s.info
  285.      581     242 58.3% 04-Oct-89 01:48:54  1988/death.s
  286.      446     249 44.1% 04-Oct-89 00:39:12  1988/death.s.info
  287.    20081    1926 90.4% 04-Oct-89 02:42:58  1988/dmdmule.s
  288.      446     248 44.3% 04-Oct-89 00:39:20  1988/dmdmule.s.info
  289.     1910     423 77.8% 04-Oct-89 02:15:16  1988/drdeath.s
  290.      446     248 44.3% 04-Oct-89 00:39:08  1988/drdeath.s.info
  291.      732     244 66.6% 04-Oct-89 01:21:10  1988/dude.s
  292.      446     247 44.6% 04-Oct-89 00:39:04  1988/dude.s.info
  293.     2255     402 82.1% 04-Oct-89 02:23:04  1988/fydgitr.s
  294.      446     248 44.3% 04-Oct-89 00:39:26  1988/fydgitr.s.info
  295.      446     249 44.1% 04-Oct-89 00:39:22  1988/hithard.s.info
  296.      647     237 63.3% 04-Oct-89 01:59:48  1988/hithard2.s
  297.     1267     330 73.9% 04-Oct-89 02:09:54  1988/immobili.s
  298.      446     249 44.1% 04-Oct-89 00:39:46  1988/immobili.s.info
  299.    20128     832 95.8% 04-Oct-89 02:13:56  1988/lux2t.s
  300.      446     246 44.8% 04-Oct-89 00:39:00  1988/lux2t.s.info
  301.     1760     531 69.8% 04-Oct-89 02:38:16  1988/muledna.s
  302.      446     248 44.3% 04-Oct-89 00:39:38  1988/muledna.s.info
  303.      819     226 72.4% 04-Oct-89 02:09:30  1988/sieve.s
  304.      446     246 44.8% 04-Oct-89 00:39:02  1988/sieve.s.info
  305.     1112     312 71.9% 04-Oct-89 01:57:26  1988/slaver.s
  306.      446     248 44.3% 04-Oct-89 00:39:30  1988/slaver.s.info
  307.      986     283 71.2% 04-Oct-89 01:18:32  1988/sud.s
  308.      446     248 44.3% 04-Oct-89 00:39:16  1988/sud.s.info
  309.      659     208 68.4% 04-Oct-89 01:59:10  1988/wally.s
  310.      446     247 44.6% 04-Oct-89 00:38:54  1988/wally.s.info
  311.     1741     358 79.4% 04-Oct-89 02:14:32  1988/waspnest.s
  312.      446     245 45.0% 04-Oct-89 00:38:56  1988/waspnest.s.info
  313.     2875     525 81.7% 04-Oct-89 02:08:18  1988/wipe5.s
  314.      446     249 44.1% 04-Oct-89 00:39:34  1988/wipe5.s.info
  315.      384     219 42.9% 10-Mar-92 00:28:06  1989/.info
  316.      268     119 55.5% 10-Mar-92 00:06:32  1989/BitStorm.s
  317.      446     249 44.1% 10-Mar-92 00:30:42  1989/BitStorm.s.info
  318.      757     287 62.0% 10-Mar-92 00:06:34  1989/Bruin.s
  319.      446     247 44.6% 10-Mar-92 00:29:48  1989/Bruin.s.info
  320.     1663     370 77.7% 10-Mar-92 00:05:18  1989/Hamlin.s
  321.      446     248 44.3% 10-Mar-92 00:30:38  1989/Hamlin.s.info
  322.    18563     982 94.7% 10-Mar-92 00:05:22  1989/Hypray.s
  323.      446     249 44.1% 10-Mar-92 00:30:20  1989/Hypray.s.info
  324.    18957    1454 92.3% 10-Mar-92 00:05:28  1989/Kili.s
  325.      446     249 44.1% 10-Mar-92 00:30:08  1989/Kili.s.info
  326.      337     152 54.8% 10-Mar-92 00:05:32  1989/Killer2.s
  327.      446     248 44.3% 10-Mar-92 00:30:54  1989/Killer2.s.info
  328.      496     215 56.6% 10-Mar-92 00:06:40  1989/MADFerret.s
  329.      446     250 43.9% 10-Mar-92 00:30:30  1989/MADFerret.s.info
  330.     1114     358 67.8% 10-Mar-92 00:05:40  1989/PowerBomb.s
  331.      446     248 44.3% 10-Mar-92 00:30:10  1989/PowerBomb.s.info
  332.     1517     684 54.9% 10-Mar-92 00:05:48  1989/Quarter.s
  333.      446     249 44.1% 10-Mar-92 00:30:44  1989/Quarter.s.info
  334.     1662     701 57.8% 10-Mar-92 00:05:54  1989/Quarter2.s
  335.      446     249 44.1% 10-Mar-92 00:30:04  1989/Quarter2.s.info
  336.     1299     342 73.6% 10-Mar-92 00:05:44  1989/QuickSand2.s
  337.      446     248 44.3% 10-Mar-92 00:30:22  1989/QuickSand2.s.info
  338.      259     134 48.2% 10-Mar-92 00:05:56  1989/RandomFire.s
  339.      446     246 44.8% 10-Mar-92 00:29:52  1989/RandomFire.s.info
  340.     1730     584 66.2% 10-Mar-92 00:06:00  1989/SAD2.s
  341.      446     249 44.1% 10-Mar-92 00:30:28  1989/SAD2.s.info
  342.      306     153 50.0% 10-Mar-92 00:06:02  1989/Scrambler.s
  343.      446     248 44.3% 10-Mar-92 00:30:48  1989/Scrambler.s.info
  344.      209     107 48.8% 10-Mar-92 00:06:06  1989/Sting2.s
  345.      446     248 44.3% 10-Mar-92 00:30:16  1989/Sting2.s.info
  346.     2868    1370 52.2% 10-Mar-92 00:06:10  1989/Tank.s
  347.      446     246 44.8% 10-Mar-92 00:30:52  1989/Tank.s.info
  348.    19951    3295 83.4% 10-Mar-92 00:06:18  1989/UmAccp.s
  349.      446     246 44.8% 10-Mar-92 00:29:56  1989/UmAccp.s.info
  350.      937     428 54.3% 10-Mar-92 00:06:28  1989/Vamp.s
  351.      446     247 44.6% 10-Mar-92 00:30:02  1989/Vamp.s.info
  352.      758     297 60.8% 10-Mar-92 00:06:24  1989/Wang1.s
  353.      446     248 44.3% 10-Mar-92 00:30:34  1989/Wang1.s.info
  354.      444     260 41.4% 10-Mar-92 00:46:26  1990/.info
  355.     1960     606 69.0% 10-Mar-92 00:10:36  1990/Basilisk.s
  356.      446     247 44.6% 10-Mar-92 00:47:10  1990/Basilisk.s.info
  357.      650     255 60.7% 10-Mar-92 00:10:38  1990/Beamer.s
  358.      446     248 44.3% 10-Mar-92 00:48:48  1990/Beamer.s.info
  359.      602     256 57.4% 10-Mar-92 00:10:50  1990/CatCan.s
  360.      446     249 44.1% 10-Mar-92 00:48:00  1990/CatCan.s.info
  361.      753     326 56.7% 10-Mar-92 00:10:54  1990/DAC.s
  362.      446     246 44.8% 10-Mar-92 00:47:16  1990/DAC.s.info
  363.      384     245 36.1% 10-Mar-92 00:10:20  1990/Dervish.s
  364.      446     249 44.1% 10-Mar-92 00:48:14  1990/Dervish.s.info
  365.      418     225 46.1% 10-Mar-92 00:10:24  1990/Divers.s
  366.      446     249 44.1% 10-Mar-92 00:48:28  1990/Divers.s.info
  367.     1006     403 59.9% 10-Mar-92 00:10:58  1990/DoubleStormII.s
  368.      446     249 44.1% 10-Mar-92 00:48:42  1990/DoubleStormII.s.info
  369.     2218     621 72.0% 10-Mar-92 00:10:26  1990/Gato.s
  370.      446     249 44.1% 10-Mar-92 00:48:52  1990/Gato.s.info
  371.     2371     506 78.6% 10-Mar-92 00:10:30  1990/Infester.s
  372.      446     249 44.1% 10-Mar-92 00:47:52  1990/Infester.s.info
  373.      348     200 42.5% 10-Mar-92 00:09:30  1990/Jujitsu.s
  374.      446     250 43.9% 10-Mar-92 00:47:58  1990/Jujitsu.s.info
  375.      429     193 55.0% 10-Mar-92 00:09:32  1990/LeapToad.s
  376.      446     248 44.3% 10-Mar-92 00:47:38  1990/LeapToad.s.info
  377.      797     343 56.9% 10-Mar-92 00:09:36  1990/Lightning.s
  378.      446     250 43.9% 10-Mar-92 00:48:10  1990/Lightning.s.info
  379.     1950     517 73.4% 10-Mar-92 00:09:44  1990/MrBeef.s
  380.      446     247 44.6% 10-Mar-92 00:47:44  1990/MrBeef.s.info
  381.     1172     447 61.8% 10-Mar-92 00:09:48  1990/Net.s
  382.      446     249 44.1% 10-Mar-92 00:48:56  1990/Net.s.info
  383.     1988     514 74.1% 10-Mar-92 00:09:54  1990/Paper.s
  384.      446     248 44.3% 10-Mar-92 00:48:44  1990/Paper.s.info
  385.      453     267 41.0% 10-Mar-92 00:09:58  1990/Scissors.s
  386.      446     247 44.6% 10-Mar-92 00:47:26  1990/Scissors.s.info
  387.      273     213 21.9% 10-Mar-92 00:10:02  1990/Spook.s
  388.      446     249 44.1% 10-Mar-92 00:48:32  1990/Spook.s.info
  389.      216     163 24.5% 10-Mar-92 00:10:04  1990/Stone.s
  390.      446     248 44.3% 10-Mar-92 00:47:48  1990/Stone.s.info
  391.      651     297 54.3% 10-Mar-92 00:10:06  1990/Trout.s
  392.      446     249 44.1% 10-Mar-92 00:47:36  1990/Trout.s.info
  393.     1305     698 46.5% 10-Mar-92 00:10:12  1990/Vlad.s
  394.      446     248 44.3% 10-Mar-92 00:48:06  1990/Vlad.s.info
  395.      378     259 31.4% 10-Mar-92 00:10:16  1990/Warrior42.s
  396.      446     249 44.1% 10-Mar-92 00:48:18  1990/Warrior42.s.info
  397.     1714     966 43.6% 10-Mar-92 00:07:38  1990/XTC.s
  398.      446     246 44.8% 10-Mar-92 00:47:20  1990/XTC.s.info
  399.     1903     517 72.8% 10-Mar-92 00:07:42  1990/ZD.s
  400.      446     246 44.8% 10-Mar-92 00:47:30  1990/ZD.s.info
  401.     1904     515 72.9% 10-Mar-92 00:07:44  1990/ZE.s
  402.      446     250 43.9% 10-Mar-92 00:48:24  1990/ZE.s.info
  403. -------- ------- ----- --------- --------
  404.   486792  188208 61.3% 14-Aug-92 23:00:00   212 files
  405.